MePo_SetDelSts1 - 8N

SUMMARY

MePo_SetDelSts1N - Set Time delay status 1 entry

SYNTAX

MePo_SetDelSts1N(<PointId>,<Value>)

ARGUMENTS

PointId
- Data Object
Value
- Delay time in Seconds

DESCRIPTION

Defines the time to elapse from enter into status 1 to indicate the status 1.

If the definition collides with an adjoining status i.e. the "entry" value differs from the "out" value of the adjacent one, the status definition of the HIGHER ALARMLEVEL is taken.

Note:
That job is available for compatibility reasons to older projects only;
for actual Projects the use of -- Obj_SetAttr(PointId,DelSts1N) -- is strongly recommended.

EXAMPLES

MePo_SetDelSts1N($ACT,5)
If the value of a measuring point enters the range assigned to status 1 the change is indicated 5 seconds later.
(The functionality for delay status 2 to 8 is accordant!)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times